home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
harrythehamster.swf
/
scripts
/
frame_45
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
292 b
|
24 lines
if(status == "victorious")
{
tidyUp();
stopAllSounds();
if(level < 5)
{
gotoAndPlay(46);
}
else
{
gotoAndPlay(50);
}
}
else if(status == "buried")
{
tidyUp();
stopAllSounds();
gotoAndPlay(49);
}
else
{
gotoAndPlay(44);
}